home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-06 | 1.2 KB | 27 lines | [TEXT/MPS ] |
- To build this NLM, you must have the NetWare NLM Developers' SDK from Novell.
- It includes the Novell NetWare header files, as well as the NLMLink tool.
- These should be available from Novell around the time you get this.
-
- Known Bugs:
- • At the time this NLM was written, NLMLink had a bug that
- prevented it from dealing correctly with pathnames containing spaces.
- • When the NLM is unloaded, it may not clean up all of its resources.
- This is because the ATATpGet() routines are blocked waiting for I/O.
-
-
- How to build:
- Set the current directory to the ATDemo directory. Type:
- buildprogram atdemo
-
- Below is sample output:
-
- buildprogram atdemo
- # 1:58:51 PM ----- Build of atdemo.
- # 1:58:51 PM ----- Analyzing dependencies.
- # 1:58:53 PM ----- Executing build commands.
- PPCC -w conformance -appleext on ATDemo.c -o ATDemo.o -i : -i Enterprise:Develop:MPW:Interfaces:NOVH: -i Enterprise:Develop:MPW:Interfaces:NOVH:sys: -i Enterprise:Develop:MPW:Interfaces:NOVH:temp:
- Set Echo 0
- NLMLink ATDemo.def -sym on ATDemo.o Enterprise:Develop:MPW:Libraries:NOVI:Prelude.o Enterprise:Develop:MPW:Libraries:PPCLibraries:PPCCRuntime.o
- Set Echo 0
- # 1:59:22 PM ----- Done.
-